projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2db0440
)
configs: sama5d27_som1_ek: add onewire and eeprom drivers
author
Eugen Hristev
<
[email protected]
>
Tue, 18 Sep 2018 07:35:39 +0000
(10:35 +0300)
committer
Tom Rini
<
[email protected]
>
Sat, 29 Sep 2018 00:22:38 +0000
(20:22 -0400)
SAMA5D2 SoC can have extra clip boards (PDAs) connected, which have
an EEPROM memory for identification. A special GPIO can be used to read
this memory over 1wire protocol.
Enabling one wire and eeprom drivers for this memory.
Signed-off-by: Eugen Hristev <
[email protected]
>
configs/sama5d27_som1_ek_mmc_defconfig
patch
|
blob
|
history
diff --git
a/configs/sama5d27_som1_ek_mmc_defconfig
b/configs/sama5d27_som1_ek_mmc_defconfig
index 3607470de5aea5860910eb8a24205862404586d1..c30da40308cf1ae8b617ec83c675ffa1b1c27760 100644
(file)
--- a/
configs/sama5d27_som1_ek_mmc_defconfig
+++ b/
configs/sama5d27_som1_ek_mmc_defconfig
@@
-90,3
+90,7
@@
CONFIG_USB_GADGET=y
CONFIG_USB_GADGET_ATMEL_USBA=y
CONFIG_DM_VIDEO=y
CONFIG_ATMEL_HLCD=y
+CONFIG_W1=y
+CONFIG_W1_GPIO=y
+CONFIG_W1_EEPROM=y
+CONFIG_W1_EEPROM_DS24XXX=y